| Build Log |
|
| Command Lines |
Creating temporary file "c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Debug\RSP00007E8724924.rsp" with contents [ /Od /I "Common\Include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /Zi /TP ".\HelloTriangle.cpp" ] Creating command line "cl.exe @"c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Debug\RSP00007E8724924.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Debug\RSP00007F8724924.rsp" with contents [ /OUT:"Bin\Hello_Triangle.exe" /INCREMENTAL /LIBPATH:"Common\Lib" /LIBPATH:"Lib" /MANIFEST /MANIFESTFILE:"Debug\Hello_Triangle.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Bin\Hello_Triangle.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 libEGL.lib libGLESv2.lib esUtil_d.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Debug\HelloTriangle.obj" ".\Debug\Camera.obj" ".\Debug\MyMath.obj" ] Creating command line "link.exe @"c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Debug\RSP00007F8724924.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Debug\RSP0000808724924.rsp" with contents [ /outputresource:".\Bin\Hello_Triangle.exe;#1" /manifest ".\Debug\Hello_Triangle.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Debug\RSP0000808724924.rsp" /nologo" Creating temporary file "c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Debug\BAT0000818724924.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Debug\BAT0000818724924.bat""" |
| Output Window |
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
HelloTriangle.cpp
.\HelloTriangle.cpp(62) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
.\HelloTriangle.cpp(178) : warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
.\HelloTriangle.cpp(179) : warning C4244: 'initializing' : conversion from 'double' to 'GLfloat', possible loss of data
.\HelloTriangle.cpp(179) : warning C4244: 'initializing' : conversion from 'double' to 'GLfloat', possible loss of data
.\HelloTriangle.cpp(180) : warning C4244: 'initializing' : conversion from 'double' to 'GLfloat', possible loss of data
.\HelloTriangle.cpp(180) : warning C4244: 'initializing' : conversion from 'double' to 'GLfloat', possible loss of data
.\HelloTriangle.cpp(208) : warning C4305: 'argument' : truncation from 'double' to 'float'
.\HelloTriangle.cpp(208) : warning C4305: 'argument' : truncation from 'double' to 'float'
.\HelloTriangle.cpp(208) : warning C4305: 'argument' : truncation from 'double' to 'float'
.\HelloTriangle.cpp(208) : warning C4305: 'argument' : truncation from 'double' to 'float'
.\HelloTriangle.cpp(208) : warning C4305: 'argument' : truncation from 'double' to 'float'
.\HelloTriangle.cpp(188) : warning C4101: 'v' : unreferenced local variable
.\HelloTriangle.cpp(217) : warning C4305: 'argument' : truncation from 'double' to 'float'
.\HelloTriangle.cpp(221) : warning C4305: 'argument' : truncation from 'double' to 'float'
.\HelloTriangle.cpp(225) : warning C4305: 'argument' : truncation from 'double' to 'float'
.\HelloTriangle.cpp(229) : warning C4305: 'argument' : truncation from 'double' to 'float'
Linking...
LINK : Bin\Hello_Triangle.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
|
| Results |
Build log was saved at "file://c:\Users\Atena\Desktop\Gameloft - Copy\Hello_Triangle\Debug\BuildLog.htm" Hello_Triangle - 0 error(s), 17 warning(s) |